Versions in this module Expand all Collapse all v54 v54.0.0 Dec 14, 2021 Changes in this version + type GenericArtifact struct + ArtifactPath *string + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleState GenericArtifactLifecycleStateEnum + RepositoryId *string + Sha256 *string + SizeInBytes *int64 + TimeCreated *common.SDKTime + Version *string + func (m GenericArtifact) String() string + type GenericArtifactLifecycleStateEnum string + const GenericArtifactLifecycleStateAvailable + const GenericArtifactLifecycleStateDeleted + const GenericArtifactLifecycleStateDeleting + func GetGenericArtifactLifecycleStateEnumValues() []GenericArtifactLifecycleStateEnum + type GenericArtifactsContentClient struct + func NewGenericArtifactsContentClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client GenericArtifactsContentClient, err error) + func NewGenericArtifactsContentClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client GenericArtifactsContentClient, err error) + func (client *GenericArtifactsContentClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *GenericArtifactsContentClient) SetRegion(region string) + func (client GenericArtifactsContentClient) GetGenericArtifactContent(ctx context.Context, request GetGenericArtifactContentRequest) (response GetGenericArtifactContentResponse, err error) + func (client GenericArtifactsContentClient) GetGenericArtifactContentByPath(ctx context.Context, request GetGenericArtifactContentByPathRequest) (response GetGenericArtifactContentByPathResponse, err error) + func (client GenericArtifactsContentClient) PutGenericArtifactContentByPath(ctx context.Context, request PutGenericArtifactContentByPathRequest) (response PutGenericArtifactContentByPathResponse, err error) + type GetGenericArtifactContentByPathRequest struct + ArtifactPath *string + OpcRequestId *string + RepositoryId *string + RequestMetadata common.RequestMetadata + Version *string + func (request GetGenericArtifactContentByPathRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetGenericArtifactContentByPathRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetGenericArtifactContentByPathRequest) RetryPolicy() *common.RetryPolicy + func (request GetGenericArtifactContentByPathRequest) String() string + type GetGenericArtifactContentByPathResponse struct + Content io.ReadCloser + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetGenericArtifactContentByPathResponse) HTTPResponse() *http.Response + func (response GetGenericArtifactContentByPathResponse) String() string + type GetGenericArtifactContentRequest struct + ArtifactId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetGenericArtifactContentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetGenericArtifactContentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetGenericArtifactContentRequest) RetryPolicy() *common.RetryPolicy + func (request GetGenericArtifactContentRequest) String() string + type GetGenericArtifactContentResponse struct + Content io.ReadCloser + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetGenericArtifactContentResponse) HTTPResponse() *http.Response + func (response GetGenericArtifactContentResponse) String() string + type PutGenericArtifactContentByPathRequest struct + ArtifactPath *string + GenericArtifactContentBody io.ReadCloser + IfMatch *string + OpcRequestId *string + RepositoryId *string + RequestMetadata common.RequestMetadata + Version *string + func (request PutGenericArtifactContentByPathRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request PutGenericArtifactContentByPathRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request PutGenericArtifactContentByPathRequest) RetryPolicy() *common.RetryPolicy + func (request PutGenericArtifactContentByPathRequest) String() string + type PutGenericArtifactContentByPathResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response PutGenericArtifactContentByPathResponse) HTTPResponse() *http.Response + func (response PutGenericArtifactContentByPathResponse) String() string Other modules containing this package github.com/oracle/oci-go-sdk/v41 github.com/oracle/oci-go-sdk/v42 github.com/oracle/oci-go-sdk/v43 github.com/oracle/oci-go-sdk/v44 github.com/oracle/oci-go-sdk/v45 github.com/oracle/oci-go-sdk/v46 github.com/oracle/oci-go-sdk/v47 github.com/oracle/oci-go-sdk/v48 github.com/oracle/oci-go-sdk/v49 github.com/oracle/oci-go-sdk/v50 github.com/oracle/oci-go-sdk/v51 github.com/oracle/oci-go-sdk/v52 github.com/oracle/oci-go-sdk/v53 github.com/oracle/oci-go-sdk/v55 github.com/oracle/oci-go-sdk/v56 github.com/oracle/oci-go-sdk/v57 github.com/oracle/oci-go-sdk/v58 github.com/oracle/oci-go-sdk/v59 github.com/oracle/oci-go-sdk/v60 github.com/oracle/oci-go-sdk/v61 github.com/oracle/oci-go-sdk/v62 github.com/oracle/oci-go-sdk/v63 github.com/oracle/oci-go-sdk/v64 github.com/oracle/oci-go-sdk/v65