Home
last modified time | relevance | path

Searched full:getdefaultinstance (Results 1 – 25 of 10846) sorted by relevance

12345678910>>...434

/external/cronet/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/
DLiteTest.java339 .isEqualTo(ForeignMessageLite.getDefaultInstance()); in testSanityCopyOnWrite()
344 .isEqualTo(ForeignMessageLite.getDefaultInstance()); in testSanityCopyOnWrite()
347 .isEqualTo(ForeignMessageLite.getDefaultInstance()); in testSanityCopyOnWrite()
354 .isEqualTo(ForeignMessageLite.getDefaultInstance()); in testSanityCopyOnWrite()
359 .isEqualTo(ForeignMessageLite.getDefaultInstance()); in testSanityCopyOnWrite()
362 .isEqualTo(ForeignMessageLite.getDefaultInstance()); in testSanityCopyOnWrite()
368 assertThat(message.getOptionalGroup()).isEqualTo(OptionalGroup.getDefaultInstance()); in testSanityCopyOnWrite()
372 assertThat(message.getOptionalGroup()).isEqualTo(OptionalGroup.getDefaultInstance()); in testSanityCopyOnWrite()
374 assertThat(builder.getOptionalGroup()).isEqualTo(OptionalGroup.getDefaultInstance()); in testSanityCopyOnWrite()
380 assertThat(message.getOptionalGroup()).isEqualTo(OptionalGroup.getDefaultInstance()); in testSanityCopyOnWrite()
[all …]
/external/protobuf/java/lite/src/test/java/com/google/protobuf/
DLiteTest.java340 .isEqualTo(ForeignMessageLite.getDefaultInstance()); in testSanityCopyOnWrite()
345 .isEqualTo(ForeignMessageLite.getDefaultInstance()); in testSanityCopyOnWrite()
348 .isEqualTo(ForeignMessageLite.getDefaultInstance()); in testSanityCopyOnWrite()
355 .isEqualTo(ForeignMessageLite.getDefaultInstance()); in testSanityCopyOnWrite()
360 .isEqualTo(ForeignMessageLite.getDefaultInstance()); in testSanityCopyOnWrite()
363 .isEqualTo(ForeignMessageLite.getDefaultInstance()); in testSanityCopyOnWrite()
369 assertThat(message.getOptionalGroup()).isEqualTo(OptionalGroup.getDefaultInstance()); in testSanityCopyOnWrite()
373 assertThat(message.getOptionalGroup()).isEqualTo(OptionalGroup.getDefaultInstance()); in testSanityCopyOnWrite()
375 assertThat(builder.getOptionalGroup()).isEqualTo(OptionalGroup.getDefaultInstance()); in testSanityCopyOnWrite()
381 assertThat(message.getOptionalGroup()).isEqualTo(OptionalGroup.getDefaultInstance()); in testSanityCopyOnWrite()
[all …]
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLazyFieldLiteTest.java51 assertThat(message).isEqualTo(lazyField.getValue(TestAllTypes.getDefaultInstance())); in testGetValue()
53 assertNotEqual(message, lazyField.getValue(TestAllTypes.getDefaultInstance())); in testGetValue()
60 assertThat(message).isEqualTo(lazyField.getValue(TestAllExtensions.getDefaultInstance())); in testGetValueEx()
62 assertNotEqual(message, lazyField.getValue(TestAllExtensions.getDefaultInstance())); in testGetValueEx()
70 assertNotEqual(message, lazyField.getValue(TestAllTypes.getDefaultInstance())); in testSetValue()
71 message = lazyField.getValue(TestAllTypes.getDefaultInstance()); in testSetValue()
73 assertThat(message).isEqualTo(lazyField.getValue(TestAllTypes.getDefaultInstance())); in testSetValue()
81 assertNotEqual(message, lazyField.getValue(TestAllExtensions.getDefaultInstance())); in testSetValueEx()
82 MessageLite value = lazyField.getValue(TestAllExtensions.getDefaultInstance()); in testSetValueEx()
84 assertThat(value).isEqualTo(lazyField.getValue(TestAllExtensions.getDefaultInstance())); in testSetValueEx()
[all …]
/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DLazyFieldLiteTest.java51 assertThat(message).isEqualTo(lazyField.getValue(TestAllTypes.getDefaultInstance())); in testGetValue()
53 assertNotEqual(message, lazyField.getValue(TestAllTypes.getDefaultInstance())); in testGetValue()
60 assertThat(message).isEqualTo(lazyField.getValue(TestAllExtensions.getDefaultInstance())); in testGetValueEx()
62 assertNotEqual(message, lazyField.getValue(TestAllExtensions.getDefaultInstance())); in testGetValueEx()
70 assertNotEqual(message, lazyField.getValue(TestAllTypes.getDefaultInstance())); in testSetValue()
71 message = lazyField.getValue(TestAllTypes.getDefaultInstance()); in testSetValue()
73 assertThat(message).isEqualTo(lazyField.getValue(TestAllTypes.getDefaultInstance())); in testSetValue()
81 assertNotEqual(message, lazyField.getValue(TestAllExtensions.getDefaultInstance())); in testSetValueEx()
82 MessageLite value = lazyField.getValue(TestAllExtensions.getDefaultInstance()); in testSetValueEx()
84 assertThat(value).isEqualTo(lazyField.getValue(TestAllExtensions.getDefaultInstance())); in testSetValueEx()
[all …]
/external/google-cloud-java/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/
DGrpcAnalyticsAdminServiceStub.java243 .setRequestMarshaller(ProtoUtils.marshaller(GetAccountRequest.getDefaultInstance()))
244 .setResponseMarshaller(ProtoUtils.marshaller(Account.getDefaultInstance()))
253 .setRequestMarshaller(ProtoUtils.marshaller(ListAccountsRequest.getDefaultInstance()))
255 ProtoUtils.marshaller(ListAccountsResponse.getDefaultInstance()))
262 .setRequestMarshaller(ProtoUtils.marshaller(DeleteAccountRequest.getDefaultInstance()))
263 .setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
273 ProtoUtils.marshaller(UpdateAccountRequest.getDefaultInstance()))
274 .setResponseMarshaller(ProtoUtils.marshaller(Account.getDefaultInstance()))
286 ProtoUtils.marshaller(ProvisionAccountTicketRequest.getDefaultInstance()))
288 ProtoUtils.marshaller(ProvisionAccountTicketResponse.getDefaultInstance()))
[all …]
/external/google-cloud-java/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/
DGrpcAnalyticsAdminServiceStub.java133 .setRequestMarshaller(ProtoUtils.marshaller(GetAccountRequest.getDefaultInstance()))
134 .setResponseMarshaller(ProtoUtils.marshaller(Account.getDefaultInstance()))
142 .setRequestMarshaller(ProtoUtils.marshaller(ListAccountsRequest.getDefaultInstance()))
144 ProtoUtils.marshaller(ListAccountsResponse.getDefaultInstance()))
151 .setRequestMarshaller(ProtoUtils.marshaller(DeleteAccountRequest.getDefaultInstance()))
152 .setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
162 ProtoUtils.marshaller(UpdateAccountRequest.getDefaultInstance()))
163 .setResponseMarshaller(ProtoUtils.marshaller(Account.getDefaultInstance()))
175 ProtoUtils.marshaller(ProvisionAccountTicketRequest.getDefaultInstance()))
177 ProtoUtils.marshaller(ProvisionAccountTicketResponse.getDefaultInstance()))
[all …]
/external/google-cloud-java/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/
DGrpcRegistryStub.java113 .setRequestMarshaller(ProtoUtils.marshaller(ListApisRequest.getDefaultInstance()))
114 .setResponseMarshaller(ProtoUtils.marshaller(ListApisResponse.getDefaultInstance()))
121 .setRequestMarshaller(ProtoUtils.marshaller(GetApiRequest.getDefaultInstance()))
122 .setResponseMarshaller(ProtoUtils.marshaller(Api.getDefaultInstance()))
129 .setRequestMarshaller(ProtoUtils.marshaller(CreateApiRequest.getDefaultInstance()))
130 .setResponseMarshaller(ProtoUtils.marshaller(Api.getDefaultInstance()))
137 .setRequestMarshaller(ProtoUtils.marshaller(UpdateApiRequest.getDefaultInstance()))
138 .setResponseMarshaller(ProtoUtils.marshaller(Api.getDefaultInstance()))
145 .setRequestMarshaller(ProtoUtils.marshaller(DeleteApiRequest.getDefaultInstance()))
146 .setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
[all …]
/external/google-cloud-java/java-iam-admin/google-iam-admin/src/main/java/com/google/cloud/iam/admin/v1/stub/
DGrpcIAMStub.java98 ProtoUtils.marshaller(ListServiceAccountsRequest.getDefaultInstance()))
100 ProtoUtils.marshaller(ListServiceAccountsResponse.getDefaultInstance()))
109 ProtoUtils.marshaller(GetServiceAccountRequest.getDefaultInstance()))
110 .setResponseMarshaller(ProtoUtils.marshaller(ServiceAccount.getDefaultInstance()))
119 ProtoUtils.marshaller(CreateServiceAccountRequest.getDefaultInstance()))
120 .setResponseMarshaller(ProtoUtils.marshaller(ServiceAccount.getDefaultInstance()))
128 .setRequestMarshaller(ProtoUtils.marshaller(ServiceAccount.getDefaultInstance()))
129 .setResponseMarshaller(ProtoUtils.marshaller(ServiceAccount.getDefaultInstance()))
138 ProtoUtils.marshaller(PatchServiceAccountRequest.getDefaultInstance()))
139 .setResponseMarshaller(ProtoUtils.marshaller(ServiceAccount.getDefaultInstance()))
[all …]
/external/google-cloud-java/java-dataform/google-cloud-dataform/src/main/java/com/google/cloud/dataform/v1beta1/stub/
DGrpcDataformStub.java120 ProtoUtils.marshaller(ListRepositoriesRequest.getDefaultInstance()))
122 ProtoUtils.marshaller(ListRepositoriesResponse.getDefaultInstance()))
131 ProtoUtils.marshaller(GetRepositoryRequest.getDefaultInstance()))
132 .setResponseMarshaller(ProtoUtils.marshaller(Repository.getDefaultInstance()))
141 ProtoUtils.marshaller(CreateRepositoryRequest.getDefaultInstance()))
142 .setResponseMarshaller(ProtoUtils.marshaller(Repository.getDefaultInstance()))
151 ProtoUtils.marshaller(UpdateRepositoryRequest.getDefaultInstance()))
152 .setResponseMarshaller(ProtoUtils.marshaller(Repository.getDefaultInstance()))
161 ProtoUtils.marshaller(DeleteRepositoryRequest.getDefaultInstance()))
162 .setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
[all …]
/external/google-cloud-java/java-contact-center-insights/google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/stub/
DGrpcContactCenterInsightsStub.java123 ProtoUtils.marshaller(CreateConversationRequest.getDefaultInstance()))
124 .setResponseMarshaller(ProtoUtils.marshaller(Conversation.getDefaultInstance()))
134 ProtoUtils.marshaller(UploadConversationRequest.getDefaultInstance()))
135 .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
145 ProtoUtils.marshaller(UpdateConversationRequest.getDefaultInstance()))
146 .setResponseMarshaller(ProtoUtils.marshaller(Conversation.getDefaultInstance()))
156 ProtoUtils.marshaller(GetConversationRequest.getDefaultInstance()))
157 .setResponseMarshaller(ProtoUtils.marshaller(Conversation.getDefaultInstance()))
167 ProtoUtils.marshaller(ListConversationsRequest.getDefaultInstance()))
169 ProtoUtils.marshaller(ListConversationsResponse.getDefaultInstance()))
[all …]
/external/google-cloud-java/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/
DGrpcTensorboardServiceStub.java116 ProtoUtils.marshaller(CreateTensorboardRequest.getDefaultInstance()))
117 .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
126 ProtoUtils.marshaller(GetTensorboardRequest.getDefaultInstance()))
127 .setResponseMarshaller(ProtoUtils.marshaller(Tensorboard.getDefaultInstance()))
137 ProtoUtils.marshaller(ReadTensorboardUsageRequest.getDefaultInstance()))
139 ProtoUtils.marshaller(ReadTensorboardUsageResponse.getDefaultInstance()))
148 ProtoUtils.marshaller(UpdateTensorboardRequest.getDefaultInstance()))
149 .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
158 ProtoUtils.marshaller(ListTensorboardsRequest.getDefaultInstance()))
160 ProtoUtils.marshaller(ListTensorboardsResponse.getDefaultInstance()))
[all …]
DGrpcMetadataServiceStub.java122 ProtoUtils.marshaller(CreateMetadataStoreRequest.getDefaultInstance()))
123 .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
132 ProtoUtils.marshaller(GetMetadataStoreRequest.getDefaultInstance()))
133 .setResponseMarshaller(ProtoUtils.marshaller(MetadataStore.getDefaultInstance()))
142 ProtoUtils.marshaller(ListMetadataStoresRequest.getDefaultInstance()))
144 ProtoUtils.marshaller(ListMetadataStoresResponse.getDefaultInstance()))
153 ProtoUtils.marshaller(DeleteMetadataStoreRequest.getDefaultInstance()))
154 .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
163 ProtoUtils.marshaller(CreateArtifactRequest.getDefaultInstance()))
164 .setResponseMarshaller(ProtoUtils.marshaller(Artifact.getDefaultInstance()))
[all …]
DGrpcJobServiceStub.java121 ProtoUtils.marshaller(CreateCustomJobRequest.getDefaultInstance()))
122 .setResponseMarshaller(ProtoUtils.marshaller(CustomJob.getDefaultInstance()))
130 .setRequestMarshaller(ProtoUtils.marshaller(GetCustomJobRequest.getDefaultInstance()))
131 .setResponseMarshaller(ProtoUtils.marshaller(CustomJob.getDefaultInstance()))
140 ProtoUtils.marshaller(ListCustomJobsRequest.getDefaultInstance()))
142 ProtoUtils.marshaller(ListCustomJobsResponse.getDefaultInstance()))
151 ProtoUtils.marshaller(DeleteCustomJobRequest.getDefaultInstance()))
152 .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
161 ProtoUtils.marshaller(CancelCustomJobRequest.getDefaultInstance()))
162 .setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
[all …]
/external/google-cloud-java/java-datacatalog/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1/stub/
DGrpcDataCatalogStub.java108 ProtoUtils.marshaller(SearchCatalogRequest.getDefaultInstance()))
110 ProtoUtils.marshaller(SearchCatalogResponse.getDefaultInstance()))
119 ProtoUtils.marshaller(CreateEntryGroupRequest.getDefaultInstance()))
120 .setResponseMarshaller(ProtoUtils.marshaller(EntryGroup.getDefaultInstance()))
129 ProtoUtils.marshaller(GetEntryGroupRequest.getDefaultInstance()))
130 .setResponseMarshaller(ProtoUtils.marshaller(EntryGroup.getDefaultInstance()))
139 ProtoUtils.marshaller(UpdateEntryGroupRequest.getDefaultInstance()))
140 .setResponseMarshaller(ProtoUtils.marshaller(EntryGroup.getDefaultInstance()))
149 ProtoUtils.marshaller(DeleteEntryGroupRequest.getDefaultInstance()))
150 .setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
[all …]
/external/google-cloud-java/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/
DGrpcTensorboardServiceStub.java119 ProtoUtils.marshaller(CreateTensorboardRequest.getDefaultInstance()))
120 .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
130 ProtoUtils.marshaller(GetTensorboardRequest.getDefaultInstance()))
131 .setResponseMarshaller(ProtoUtils.marshaller(Tensorboard.getDefaultInstance()))
141 ProtoUtils.marshaller(ReadTensorboardUsageRequest.getDefaultInstance()))
143 ProtoUtils.marshaller(ReadTensorboardUsageResponse.getDefaultInstance()))
153 ProtoUtils.marshaller(UpdateTensorboardRequest.getDefaultInstance()))
154 .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
164 ProtoUtils.marshaller(ListTensorboardsRequest.getDefaultInstance()))
166 ProtoUtils.marshaller(ListTensorboardsResponse.getDefaultInstance()))
[all …]
DGrpcMetadataServiceStub.java125 ProtoUtils.marshaller(CreateMetadataStoreRequest.getDefaultInstance()))
126 .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
135 ProtoUtils.marshaller(GetMetadataStoreRequest.getDefaultInstance()))
136 .setResponseMarshaller(ProtoUtils.marshaller(MetadataStore.getDefaultInstance()))
146 ProtoUtils.marshaller(ListMetadataStoresRequest.getDefaultInstance()))
148 ProtoUtils.marshaller(ListMetadataStoresResponse.getDefaultInstance()))
158 ProtoUtils.marshaller(DeleteMetadataStoreRequest.getDefaultInstance()))
159 .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
168 ProtoUtils.marshaller(CreateArtifactRequest.getDefaultInstance()))
169 .setResponseMarshaller(ProtoUtils.marshaller(Artifact.getDefaultInstance()))
[all …]
DGrpcJobServiceStub.java123 ProtoUtils.marshaller(CreateCustomJobRequest.getDefaultInstance()))
124 .setResponseMarshaller(ProtoUtils.marshaller(CustomJob.getDefaultInstance()))
132 .setRequestMarshaller(ProtoUtils.marshaller(GetCustomJobRequest.getDefaultInstance()))
133 .setResponseMarshaller(ProtoUtils.marshaller(CustomJob.getDefaultInstance()))
142 ProtoUtils.marshaller(ListCustomJobsRequest.getDefaultInstance()))
144 ProtoUtils.marshaller(ListCustomJobsResponse.getDefaultInstance()))
153 ProtoUtils.marshaller(DeleteCustomJobRequest.getDefaultInstance()))
154 .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
163 ProtoUtils.marshaller(CancelCustomJobRequest.getDefaultInstance()))
164 .setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
[all …]
/external/google-cloud-java/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/
DGrpcDlpServiceStub.java104 ProtoUtils.marshaller(InspectContentRequest.getDefaultInstance()))
106 ProtoUtils.marshaller(InspectContentResponse.getDefaultInstance()))
114 .setRequestMarshaller(ProtoUtils.marshaller(RedactImageRequest.getDefaultInstance()))
116 ProtoUtils.marshaller(RedactImageResponse.getDefaultInstance()))
125 ProtoUtils.marshaller(DeidentifyContentRequest.getDefaultInstance()))
127 ProtoUtils.marshaller(DeidentifyContentResponse.getDefaultInstance()))
136 ProtoUtils.marshaller(ReidentifyContentRequest.getDefaultInstance()))
138 ProtoUtils.marshaller(ReidentifyContentResponse.getDefaultInstance()))
147 ProtoUtils.marshaller(ListInfoTypesRequest.getDefaultInstance()))
149 ProtoUtils.marshaller(ListInfoTypesResponse.getDefaultInstance()))
[all …]
/external/google-cloud-java/java-dataform/google-cloud-dataform/src/main/java/com/google/cloud/dataform/v1alpha2/stub/
DGrpcDataformStub.java125 ProtoUtils.marshaller(ListRepositoriesRequest.getDefaultInstance()))
127 ProtoUtils.marshaller(ListRepositoriesResponse.getDefaultInstance()))
136 ProtoUtils.marshaller(GetRepositoryRequest.getDefaultInstance()))
137 .setResponseMarshaller(ProtoUtils.marshaller(Repository.getDefaultInstance()))
146 ProtoUtils.marshaller(CreateRepositoryRequest.getDefaultInstance()))
147 .setResponseMarshaller(ProtoUtils.marshaller(Repository.getDefaultInstance()))
156 ProtoUtils.marshaller(UpdateRepositoryRequest.getDefaultInstance()))
157 .setResponseMarshaller(ProtoUtils.marshaller(Repository.getDefaultInstance()))
166 ProtoUtils.marshaller(DeleteRepositoryRequest.getDefaultInstance()))
167 .setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
[all …]
/external/google-cloud-java/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/
DGrpcArtifactRegistryStub.java128 ProtoUtils.marshaller(ListDockerImagesRequest.getDefaultInstance()))
130 ProtoUtils.marshaller(ListDockerImagesResponse.getDefaultInstance()))
140 ProtoUtils.marshaller(GetDockerImageRequest.getDefaultInstance()))
141 .setResponseMarshaller(ProtoUtils.marshaller(DockerImage.getDefaultInstance()))
151 ProtoUtils.marshaller(ListMavenArtifactsRequest.getDefaultInstance()))
153 ProtoUtils.marshaller(ListMavenArtifactsResponse.getDefaultInstance()))
163 ProtoUtils.marshaller(GetMavenArtifactRequest.getDefaultInstance()))
164 .setResponseMarshaller(ProtoUtils.marshaller(MavenArtifact.getDefaultInstance()))
174 ProtoUtils.marshaller(ListNpmPackagesRequest.getDefaultInstance()))
176 ProtoUtils.marshaller(ListNpmPackagesResponse.getDefaultInstance()))
[all …]
/external/sdk-platform-java/test/integration/goldens/logging/src/com/google/cloud/logging/v2/stub/
DGrpcConfigServiceV2Stub.java93 .setRequestMarshaller(ProtoUtils.marshaller(ListBucketsRequest.getDefaultInstance()))
95 ProtoUtils.marshaller(ListBucketsResponse.getDefaultInstance()))
102 .setRequestMarshaller(ProtoUtils.marshaller(GetBucketRequest.getDefaultInstance()))
103 .setResponseMarshaller(ProtoUtils.marshaller(LogBucket.getDefaultInstance()))
111 .setRequestMarshaller(ProtoUtils.marshaller(CreateBucketRequest.getDefaultInstance()))
112 .setResponseMarshaller(ProtoUtils.marshaller(LogBucket.getDefaultInstance()))
120 .setRequestMarshaller(ProtoUtils.marshaller(UpdateBucketRequest.getDefaultInstance()))
121 .setResponseMarshaller(ProtoUtils.marshaller(LogBucket.getDefaultInstance()))
128 .setRequestMarshaller(ProtoUtils.marshaller(DeleteBucketRequest.getDefaultInstance()))
129 .setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
[all …]
/external/google-cloud-java/java-securitycenter/google-cloud-securitycenter/src/main/java/com/google/cloud/securitycenter/v1/stub/
DGrpcSecurityCenterStub.java131 ProtoUtils.marshaller(BulkMuteFindingsRequest.getDefaultInstance()))
132 .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
147 CreateSecurityHealthAnalyticsCustomModuleRequest.getDefaultInstance()))
149 ProtoUtils.marshaller(SecurityHealthAnalyticsCustomModule.getDefaultInstance()))
156 .setRequestMarshaller(ProtoUtils.marshaller(CreateSourceRequest.getDefaultInstance()))
157 .setResponseMarshaller(ProtoUtils.marshaller(Source.getDefaultInstance()))
166 ProtoUtils.marshaller(CreateFindingRequest.getDefaultInstance()))
167 .setResponseMarshaller(ProtoUtils.marshaller(Finding.getDefaultInstance()))
176 ProtoUtils.marshaller(CreateMuteConfigRequest.getDefaultInstance()))
177 .setResponseMarshaller(ProtoUtils.marshaller(MuteConfig.getDefaultInstance()))
[all …]
/external/google-cloud-java/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/stub/
DGrpcKeyManagementServiceStub.java103 .setRequestMarshaller(ProtoUtils.marshaller(ListKeyRingsRequest.getDefaultInstance()))
105 ProtoUtils.marshaller(ListKeyRingsResponse.getDefaultInstance()))
114 ProtoUtils.marshaller(ListCryptoKeysRequest.getDefaultInstance()))
116 ProtoUtils.marshaller(ListCryptoKeysResponse.getDefaultInstance()))
125 ProtoUtils.marshaller(ListCryptoKeyVersionsRequest.getDefaultInstance()))
127 ProtoUtils.marshaller(ListCryptoKeyVersionsResponse.getDefaultInstance()))
136 ProtoUtils.marshaller(ListImportJobsRequest.getDefaultInstance()))
138 ProtoUtils.marshaller(ListImportJobsResponse.getDefaultInstance()))
145 .setRequestMarshaller(ProtoUtils.marshaller(GetKeyRingRequest.getDefaultInstance()))
146 .setResponseMarshaller(ProtoUtils.marshaller(KeyRing.getDefaultInstance()))
[all …]
/external/google-cloud-java/java-vmwareengine/google-cloud-vmwareengine/src/main/java/com/google/cloud/vmwareengine/v1/stub/
DGrpcVmwareEngineStub.java114 ProtoUtils.marshaller(ListPrivateCloudsRequest.getDefaultInstance()))
116 ProtoUtils.marshaller(ListPrivateCloudsResponse.getDefaultInstance()))
125 ProtoUtils.marshaller(GetPrivateCloudRequest.getDefaultInstance()))
126 .setResponseMarshaller(ProtoUtils.marshaller(PrivateCloud.getDefaultInstance()))
135 ProtoUtils.marshaller(CreatePrivateCloudRequest.getDefaultInstance()))
136 .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
145 ProtoUtils.marshaller(UpdatePrivateCloudRequest.getDefaultInstance()))
146 .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
155 ProtoUtils.marshaller(DeletePrivateCloudRequest.getDefaultInstance()))
156 .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
[all …]
/external/sdk-platform-java/test/integration/goldens/kms/src/com/google/cloud/kms/v1/stub/
DGrpcKeyManagementServiceStub.java97 .setRequestMarshaller(ProtoUtils.marshaller(ListKeyRingsRequest.getDefaultInstance()))
99 ProtoUtils.marshaller(ListKeyRingsResponse.getDefaultInstance()))
108 ProtoUtils.marshaller(ListCryptoKeysRequest.getDefaultInstance()))
110 ProtoUtils.marshaller(ListCryptoKeysResponse.getDefaultInstance()))
119 ProtoUtils.marshaller(ListCryptoKeyVersionsRequest.getDefaultInstance()))
121 ProtoUtils.marshaller(ListCryptoKeyVersionsResponse.getDefaultInstance()))
130 ProtoUtils.marshaller(ListImportJobsRequest.getDefaultInstance()))
132 ProtoUtils.marshaller(ListImportJobsResponse.getDefaultInstance()))
139 .setRequestMarshaller(ProtoUtils.marshaller(GetKeyRingRequest.getDefaultInstance()))
140 .setResponseMarshaller(ProtoUtils.marshaller(KeyRing.getDefaultInstance()))
[all …]

12345678910>>...434